home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 9 / PC World Interactive 9 - Temmuz 1998.iso / share / internet / hot / macros.z / hmpro4.mcr < prev    next >
Text File  |  1997-09-04  |  2KB  |  21 lines

  1. ("ChangeElement" "F11" ((change)))
  2. ("RefreshImages" "F5" ((show-inline-images) (show-inline-images)))
  3. ("TableCellAlignBottomCenter" "Ctrl+Meta+K" ((edit-attributes "ALIGN" "CENTER") (edit-attributes "VALIGN" "BOTTOM")))
  4. ("TableCellAlignBottomLeft" "Ctrl+Meta+J" ((edit-attributes "ALIGN" "LEFT") (edit-attributes "VALIGN" "BOTTOM")))
  5. ("TableCellAlignBottomRIght" "Ctrl+Meta+L" ((edit-attributes "ALIGN" "RIGHT") (edit-attributes "VALIGN" "BOTTOM")))
  6. ("TableCellAlignMiddleCenter" "Ctrl+Meta+I" ((edit-attributes "ALIGN" "CENTER") (edit-attributes "VALIGN" "MIDDLE")))
  7. ("TableCellAlignMiddleLeft" "Ctrl+Meta+U" ((edit-attributes "ALIGN" "LEFT") (edit-attributes "VALIGN" "MIDDLE")))
  8. ("TableCellAlignMiddleRight" "Ctrl+Meta+O" ((edit-attributes "ALIGN" "RIGHT") (edit-attributes "VALIGN" "MIDDLE")))
  9. ("TableCellAlignTopCenter" "Ctrl+Meta+8" ((edit-attributes "ALIGN" "CENTER") (edit-attributes "VALIGN" "TOP")))
  10. ("TableCellAlignTopLeft" "Ctrl+Meta+7" ((edit-attributes "ALIGN" "LEFT") (edit-attributes "VALIGN" "TOP")))
  11. ("TableCellAlignTopRight" "Ctrl+Meta+9" ((edit-attributes "ALIGN" "RIGHT") (edit-attributes "VALIGN" "TOP")))
  12. ("TableCellContractFromBottom" "Ctrl+Meta+Shift+8" ((contract-cell-from-bottom)))
  13. ("TableCellContractFromLeft" "Ctrl+Meta+Shift+O" ((contract-cell-from-left)))
  14. ("TableCellContractFromRight" "Ctrl+Meta+Shift+U" ((contract-cell-from-right)))
  15. ("TableCellContractFromTop" "Ctrl+Meta+Shift+K" ((contract-cell-from-top)))
  16. ("TableCellExpandDown" "Ctrl+Shift+K" ((extend-cell-down)))
  17. ("TableCellExpandLeft" "Ctrl+Shift+U" ((extend-cell-left)))
  18. ("TableCellExpandRight" "Ctrl+Shift+O" ((extend-cell-right)))
  19. ("TableCellExpandUp" "Ctrl+Shift+8" ((extend-cell-up)))
  20. ("ToggleRulesCheckingOnOff" "F12" ((check-rules)))
  21.